home *** CD-ROM | disk | FTP | other *** search
/ Windows News 2006 October / wn148cd2.iso / Windows / Travailler / RegAlyzer / regalyz.exe / {app} / RegAlyzer.exe / 0 / RCDATA / TFORMEDITSTRING / TFORMEDITSTRING.txt < prev   
Text File  |  2005-12-13  |  1KB  |  75 lines

  1. object formEditString: TformEditString
  2.   Left = 299
  3.   Top = 328
  4.   ActiveControl = editData
  5.   BorderStyle = bsDialog
  6.   Caption = 'Change string data'
  7.   ClientHeight = 145
  8.   ClientWidth = 369
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   Scaled = False
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object labelValue: TLabel
  23.     Left = 8
  24.     Top = 8
  25.     Width = 353
  26.     Height = 17
  27.     AutoSize = False
  28.     Caption = 'Name of value:'
  29.   end
  30.   object labelData: TLabel
  31.     Left = 8
  32.     Top = 56
  33.     Width = 353
  34.     Height = 17
  35.     AutoSize = False
  36.     Caption = 'Value data:'
  37.   end
  38.   object bnOK: TButton
  39.     Left = 288
  40.     Top = 112
  41.     Width = 75
  42.     Height = 25
  43.     Caption = 'OK'
  44.     Default = True
  45.     ModalResult = 1
  46.     TabOrder = 0
  47.   end
  48.   object bnCancel: TButton
  49.     Left = 200
  50.     Top = 112
  51.     Width = 75
  52.     Height = 25
  53.     Cancel = True
  54.     Caption = 'Cancel'
  55.     ModalResult = 2
  56.     TabOrder = 1
  57.   end
  58.   object editValue: TEdit
  59.     Left = 8
  60.     Top = 24
  61.     Width = 353
  62.     Height = 21
  63.     Color = clBtnFace
  64.     ReadOnly = True
  65.     TabOrder = 2
  66.   end
  67.   object editData: TEdit
  68.     Left = 8
  69.     Top = 72
  70.     Width = 353
  71.     Height = 21
  72.     TabOrder = 3
  73.   end
  74. end
  75.